home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / amigatalk / user / Parse.scp < prev    next >
Encoding:
AmigaDOS Script File  |  2000-05-09  |  132 b   |  12 lines

  1. .KEY FILE/A
  2. .BRA {
  3. .KET }
  4.  
  5. FailAt 20
  6.  
  7. Echo "Parsing {FILE}.st..."
  8.  
  9. AmigaTalk:c/Parse -hex {FILE}.st >{FILE}.p
  10.  
  11. Echo "Done parsing!"
  12.